<p class="PropText"><help:paragraphinfo state="U" number="4" xmlns:help="http://openoffice.org/2000/help"/>MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Text</span>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13).</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">DialogTitle</span>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="10" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Type</span>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <span class="T1">Type</span> represents a combination of bit patterns (dialog elements defined by adding the respective values):</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="18" xmlns:help="http://openoffice.org/2000/help"/>16 : Add the Stop icon to the dialog.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="19" xmlns:help="http://openoffice.org/2000/help"/>32 : Add the Question icon to the dialog.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="20" xmlns:help="http://openoffice.org/2000/help"/>48 : Add the Exclamation Point icon to the dialog.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="21" xmlns:help="http://openoffice.org/2000/help"/>64 : Add the Information icon to the dialog.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="22" xmlns:help="http://openoffice.org/2000/help"/>128 : First button in the dialog as default button.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="23" xmlns:help="http://openoffice.org/2000/help"/>256 : Second button in the dialog as default button.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="24" xmlns:help="http://openoffice.org/2000/help"/>512 : Third button in the dialog as default button.</p>